Risk Assessment
Identify and analyze potential project risks using pattern detection and predictive analytics within the Project Tracker MCP Server. Ensure proactive risk management by evaluating project-specific data.
Instructions
Comprehensive project risk assessment with pattern detection and predictive analytics
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes | Project ID to assess (e.g., "project-1", "alpha") |
Input Schema (JSON Schema)
{
"properties": {
"projectId": {
"description": "Project ID to assess (e.g., \"project-1\", \"alpha\")",
"maxLength": 50,
"minLength": 1,
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}